928847
@@ -982,6 +982,7 @@
public class QueryMapper {
 		 * @param pathExpression
 		 * @return
 		 */
+		@Nullable
 		private PersistentPropertyPath<MongoPersistentProperty> getPath(String pathExpression) {
 
 			try {
@@ -1007,7 +1008,7 @@
public class QueryMapper {
 				}
 
 				return propertyPath;
-			} catch (PropertyReferenceException e) {
+			} catch (PropertyReferenceException | InvalidPersistentPropertyPath  e) {
 				return null;
 			}
 		}
